Using Inference from Pattern Matching

See the section on Pattern Matching Inference

The sort order property for Pattern Matching inference can also be changed at run time.

e.g. to find the "cheapest, fastest" CPU:

@Assign CPU.Cost.patMatchSortOrder = 2

@Assign CPU.Speed.patMatchSortOrder = 1